Skip to content

Conversation

jbrockmendel
Copy link
Member

Sits on top of #39880

@jreback jreback added the ExtensionArray Extending pandas with custom dtypes or arrays. label Feb 24, 2021
@jreback
Copy link
Contributor

jreback commented Feb 25, 2021

can you rebase and will look

@jbrockmendel
Copy link
Member Author

rebased

@jreback jreback added this to the 2.0 milestone Feb 25, 2021
@jreback jreback modified the milestones: 2.0, 1.3 Feb 25, 2021
@jreback
Copy link
Contributor

jreback commented Feb 25, 2021

hmm looks like master is failing on this:
I guess need to pin for 3.7 the dateutil version?

pytest -m "not slow and not network" -n auto --dist=loadfile -s --strict-markers --durations=30 --junitxml=test-data.xml pandas
ImportError while loading conftest '/Users/runner/work/1/s/pandas/conftest.py'.
pandas/__init__.py:51: in <module>
    from pandas.core.api import (
pandas/core/api.py:24: in <module>
    from pandas.core.algorithms import (
pandas/core/algorithms.py:39: in <module>
    from pandas.core.dtypes.cast import (
pandas/core/dtypes/cast.py:29: in <module>
    from dateutil.parser import ParserError
E   ImportError: cannot import name 'ParserError' from 'dateutil.parser' (/Users/runner/miniconda3/envs/pandas-dev/lib/python3.7/site-packages/dateutil/parser/__init__.py)

@jreback jreback merged commit cf8c7d5 into pandas-dev:master Feb 25, 2021
@jbrockmendel jbrockmendel deleted the enh-swapaxes branch February 25, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExtensionArray Extending pandas with custom dtypes or arrays.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants